/*
Theme Name: La Experiencia de crear un Designer Toy
Theme URI: www.syntetyk.com
Version: 1.0
Author: Syntetyk
*/

/*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://opensource.org/licenses/mit-license.php	*/


/*	Resets
	------	*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

a img {border: 0;}

a {
	text-decoration: none;
	color: #000;
}


a:hover {
	color: #ee7100;
}

/*	Typography presets
	------------------	*/

h2 {
	font-size: 20px;
	line-height: 25px;
}

h3 {
	font-size: 11px;
}

body {
	font: 12px "Arial";
}

/* Selection colours (easy to forget) */

::selection 	 	{background: rgb(255,255,158);}
::-moz-selection 	{background: rgb(255,255,158);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(255,255,158);}


/*		Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

body {
	width: 896px;
	color: #000;
	top: 35px;
	-webkit-text-size-adjust: 100%;
	background: #FFF;
	margin: auto;
	position: relative;
}

#cabecera {
	margin-left: auto;
	margin-right: auto;
	width: 645px;
	position: relative;
}

	#enlaces {
		margin-left: auto;
		margin-right: auto;
		width: 430px;
	}
	
		#bubok img {
			width: 90px;
			float: left;
			padding: 2px 10px 0px;
		}
		
		#app {
			width: 90px;
			padding: 0px 10px;
			float: left;
		}
		
		#app img {
			width: 90px;
		}
		
		#And {
			width: 90px;
			padding: 0px 10px;
			float: left;
		}
		
		#And img {
			width: 90px;
		}
		
		#app p{
			font-size: 0.9em;
			font-weight: bold;
		}
		
		#twit img {
			width: 80px;
			float: left;
			padding: 15px 10px 0;
		}

#contenido {
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	width: 552px;
	position: relative;
	height: 0;
}

	#contenido h1{
		display: none;
	}

	.colTexto {
		width: 160px;
		padding: 0px 12px;
		float: left;
	}

	.colTexto h2 {
		margin-bottom: 10px;
	}

	.colTexto li {
		list-style: circle ;
		color: #ee7100;
		margin-bottom: 15px;
	}

		.colTexto li p{
			color: #000;
		}

	#contenido .colImagen {
		margin-left: 0;
	}

	#puntos {
		margin-left: 25px;
		margin-bottom: 10px;
	}

	.items li {
		display: block;
		color: #ee7100;
		float: left;
		width: 72px;
		padding-right: 10px;
		padding-left: 10px;
	margin-bottom: 20px;
}
	
	.items li p {
		color: #000;
	}

	#cita {
		width: 300px;
		font-size: 2em;
		float: right;
		margin-top: 34px;
		margin-bottom: 100px;
		padding-left: 30px;
	}

/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	body {
		width: 712px;
	}
	
}



/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */


@media only screen and (max-width: 767px) {
	
	body {
		width: 252px;
		margin-left: 34px;
		margin-right: 34px;
	}

	#enlaces {
		width: 330px;
	}

		#cabecera {
			width: 252px;
		}
	
			#imagenCabecera  img{
				width: 130%;
			}

	#contenido {
		width: 252px;
	}

		.colTexto {
			width: 252px;
			padding: 0px 12px;
			margin-bottom: 35px;
		}
	
		#contenido .colImagen {
			float: left;
		}
		
		#contenido .colImagen img{
			width: 252px;
		}

		.puntos img{
			display: none;
		}

		.items li {
			width: 160px;
		}

	#cita {
		width: 230px;
		margin-top: 0;
		margin-left: 0;
		padding-left: 18px;
	}
	
}




/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */



@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	body {
		width: 436px;
		margin-left: 22px;
		margin-right: 22px;
	}

	#cabecera {
		width: 436px;
	}

	#imagenCabecera  img{
		width: 100%;
	}

	#contenido {
		width: 436px;
	}

	.colTexto {
		width: 120px;
		padding: 0px 12px;
	}

	#contenido .colImagen {
		float: right;
	}
	
	#contenido .colImagen img{
		width: 290px;
	}

	.items li {
		width: 67px;
	}

	#cita {
		width: 280px;
		margin-top: 34px;
		padding-left: 0;
	}

}










/*	Retina media query.
	Overrides styles for devices with a 
	device-pixel-ratio of 2+, such as iPhone 4.
-----------------------------------------------    */

@media 
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min-device-pixel-ratio: 2) {
	
		
}